Nodeaccess is a Drupal access control module which provides view, edit and delete access functionality for nodes -- per content type and per node.. Users with the 'grant node permissions' permission will have a grant tab on node pages which allows them to grant access to that node by user or role. Administrators can set default access controls per content type, and also define which roles are available to grant permissions to on the node grants tab.

The upshot is, this module allows you to do things like 'node 123 can be viewed by authenticated users and edited by admin users and joeuser'. As an added bonus, update and delete permissions are separated, so you can make sure users with edit permissions cannot accidentally delete pages.

Usage instructions

Usage instructions are in the Nodeaccess project README on GitLab.

Similar modules

Real talk: Nodeaccess needs some TLC. You may find that other modules provide the functionality you need, with fewer headaches. For example:

Domain access compatibility

If you are utilizing the Domain Access module and wish to use it in conjunction with Nodeaccess, you should also install Domain Access Bridge in order for it to work properly. Otherwise, you may run into a scenario where a satisfaction of Domain Access OR Nodeaccess conditions result in special node permissions (instead of requiring them both).

Help wanted

Stable 2.x release

You can help get Nodeaccess 2.x to a stable release! Check the meta issue and the issues referenced there: #3317693: [Meta] 2.0.x branch: Working toward a stable release

Seeking co-maintainers

In particular, we're looking for help providing more test coverage overall, and help with maintaining the 2.x (Drupal 8+) version. Contact us if you can help!

Project information

Releases